This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
class SpeechChannel | ||||
class, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
A speech channel. | ||||
Continue as Boolean | ||||
method, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
Continue speaking. | ||||
Paused as boolean | ||||
property, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
Are we paused? | ||||
PauseEndOfWord as Boolean | ||||
method, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
Pauses speaking at the end of the current word. | ||||
PauseEndOfWord as Boolean | ||||
method, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
Pauses speaking at the end of the current sentence. | ||||
PauseImmediate as Boolean | ||||
method, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
Pauses speaking. | ||||
PitchBase as double | ||||
property, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> 0. | ||
Function:
The pich base used for speaking. | ||||
PitchModulation as double | ||||
property, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> 0. | ||
Function:
The pich modulation used for speaking. | ||||
Playing as boolean | ||||
property, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
Are we playing? | ||||
Rate as double | ||||
property, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> 0. | ||
Function:
The rate used for speaking. | ||||
Notes:
Normally around 175 words/minute. | ||||
Reset | ||||
method, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
Resets the speech channel to some default values. | ||||
Notes:
Resets e.g. pitchbase, pitchmodulation, volume, rate. | ||||
Speak(s as string) as Boolean | ||||
method, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
Speak the given text. | ||||
SpeechBusy as integer | ||||
method, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> -1. | ||
Function:
Returns how much SpeechChannels are currently in use of you application. | ||||
SpeechBusySystemWide as integer | ||||
method, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> -1. | ||
Function:
Returns how much SpeechChannels are currently in use on this Mac. | ||||
Stop as Boolean | ||||
method, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
Stops speaking. | ||||
StopEndOfWord as Boolean | ||||
method, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
Stops speaking at the end of the current word. | ||||
StopEndOfWord as Boolean | ||||
method, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
Stops speaking at the end of the current sentence. | ||||
StopImmediate as Boolean | ||||
method, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
Stops speaking. | ||||
TextBytesToSpeak as integer | ||||
property, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> false. | ||
Function:
How much text is left in the text buffer? | ||||
Voice as Voice | ||||
property, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> nil. | ||
Function:
The voice used for that SpeechChannel. | ||||
Volume as integer | ||||
property, Speech | Mo, 15. Jul 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> 0. | ||
Function:
The current volume. | ||||
Notes:
From 0 to 65535. |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.